home *** CD-ROM | disk | FTP | other *** search
- Programmer: Matthew Dubbs
- Version : 1.00
- Year : 1997
- Name : MultiMusicPlayer
- File : MultiMusic.ocx <32-bit only>
-
-
- -----------------------------------------------------------------------------
- First of all Hello out there!!
-
- This control is completely FreeWare no strings attached well maybe one
- Please E-mail me if you have a problems or suggestion at
-
- MDubbs@Juno.com
-
- This Control is for programming tools only ***NOT*** internet design.
-
-
- -----------------------------------------------------------------------------
- Tested
- -----------------------------------------------------------------------------
-
- <Pentium 100 32 megs of Ram>
- Visual Basic 4.0 Standard (32-bit)
- Visual Basic 5.0 Professional
- Internet Explorer 3.02 (local only) **Not an Internet Control
-
- <Pentium 90 16 megs of Ram>
- Visual Basic 5.0 Professional
-
-
-
- -----------------------------------------------------------------------------
- Installation
- -----------------------------------------------------------------------------
- <1>
- If you own Visual Basic 4.0(32-bit ie. standard and above)or any version
- of Visual Basic 5.0 just use components command and browse and
- find the control.
-
- <2>
- If you do not have Visual Basic (if possible) try step one in whatever
- programming tool you are using. If this fails use the regsvr32
- in you windows\system directory:
- <at DOS Prompt>
- regsvr32 <Path of control>
- This should remedy any problems if not
- E-Mail me at:
- MDubbs@Juno.com
-
-
- -----------------------------------------------------------------------------
- Uninstall
- -----------------------------------------------------------------------------
- Use regsvr32.exe in windows\system directory:
- <at DOS Prompt>
- regsvr32 /u <Path of Control>
- Delete all files where installed.
-
- Control Test
- The web page is embeded with this control.
-
- <If you are using IE3.0 or greater and have the control installed>
- you can load this web page and see the control in action.
- <Make sure bond.middi is in the same directory as the Web page!>
-
-
- -----------------------------------------------------------------------------
- Information ypu Might Need to know.
- -----------------------------------------------------------------------------
- <methods>
- <control name>.start 1
- ^
- | 1,2,3 starts at song 1, 2, or 3
- this method allows the control to be invisible and still play songs
-
- <control name).stop
- Stop the currently playing music
- <be aware this is not pause it resets the song to the begining.
-
- <Properties>
- SongNum1
- SongNum2
- SongNum3
- Path of the Middi Songs
-
- Rotate
- when value is true--when SongNum1 ends SongNum2 Starts-->
- SongNum3-->SongNum1...and on and on forever:)
-
-
- -----------------------------------------------------------------------------
- That about it enjoy!!!!